virtual void *create()
None
Returns the pointer to the newly allocated class.
This function creates a new instance of the described Fly3D plug-in object class. It allocates the new instance using the new operator and should be freed with the delete operator when not in use anymore.